home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / shared.dir / 00837.ls < prev    next >
Encoding:
Text File  |  1994-08-22  |  199 b   |  10 lines

  1. on mouseUp
  2.   sound playFile 2, "mmvrrvt.AIF"
  3.   puppetTransition(50, 4, 8, 1)
  4.   repeat with n = 48 down to 1
  5.     puppetSprite(n, 0)
  6.     set the visible of sprite n to 1
  7.   end repeat
  8.   go("THREE")
  9. end
  10.